The following tables list the members exposed by PropertySerializer<T>.
Name | Description | |
---|---|---|
![]() | PropertySerializer<T> Constructor | Creates a property serializer for the specified type T and optionally the properties specified. |
Name | Description | |
---|---|---|
![]() | ContinueOnError | Gets or sets a value that controls whether exceptions are swallowed and logged durring serialization or deserialization routines. (Inherited from CSharpTest.Net.Reflection.PropertySerializer) |
Name | Description | |
---|---|---|
![]() | AddMember | Adds a single item to the named property collection, again can be a nested property by using a path or dotted notation "ClientRectangle.X". (Inherited from CSharpTest.Net.Reflection.PropertySerializer) |
![]() | Deserialize | Reads all properties from the specified proeprty serialization |
![]() | Serialize | Writes all properties to the specified proeprty serialization |